func go/types.def

11 uses

	go/types (current package)
		universe.go#L80: 		def(NewTypeName(nopos, nil, t.name, t))
		universe.go#L83: 		def(NewTypeName(nopos, nil, t.name, t))
		universe.go#L113: 		def(universeAnyAlias)
		universe.go#L133: 		def(obj)
		universe.go#L146: 		def(obj)
		universe.go#L162: 		def(NewConst(nopos, nil, c.name, Typ[c.kind], c.val))
		universe.go#L167: 	def(&Nil{object{name: "nil", typ: Typ[UntypedNil]}})
		universe.go#L254: 		def(newBuiltin(id))
		universe.go#L265: 	def(newBuiltin(_Assert))
		universe.go#L266: 	def(newBuiltin(_Trace))
		universe.go#L290: func def(obj Object) {